projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
710a5b3
)
GtkSeparatorToolItem: Use G_PARAM_EXPLICIT_NOTIFY
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 9 Jun 2014 13:40:06 +0000
(09:40 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 9 Jun 2014 17:31:09 +0000
(13:31 -0400)
gtk/gtkseparatortoolitem.c
patch
|
blob
|
history
diff --git
a/gtk/gtkseparatortoolitem.c
b/gtk/gtkseparatortoolitem.c
index b8ded83fb4c273752f7cd7b3afc7341dd0b0d79a..e92ed403822ab2fa7785d3a695c35cf1a46b8f05 100644
(file)
--- a/
gtk/gtkseparatortoolitem.c
+++ b/
gtk/gtkseparatortoolitem.c
@@
-144,7
+144,7
@@
gtk_separator_tool_item_class_init (GtkSeparatorToolItemClass *class)
P_("Draw"),
P_("Whether the separator is drawn, or just blank"),
TRUE,
- GTK_PARAM_READWRITE));
+ GTK_PARAM_READWRITE
|G_PARAM_EXPLICIT_NOTIFY
));
}
static void